Callbacks
-
ATSUCustomAllocFunc defines a pointer to a memory allocation callback function. Your callback function manages memory allocation operations typically handled by ATSUI, including which heap to use and how memory allocation should occur.
-
ATSUCustomGrowFunc defines a pointer to a memory reallocation callback function. Your callback function manages memory reallocation operations typically handled by ATSUI.
-
ATSUCustomFreeFunc defines a pointer to a memory deallocation callback function. Your callback function manages memory deallocation operations typically handled by ATSUI.
© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)